$animator ( service in module ng )

Description

The $animator.create service provides the DOM manipulation API which is decorated with animations.

Usage

$animator(scope, attr);

Parameters

Returns

{object}

the animator object which contains the enter, leave, move, show, hide and animate methods.

Methods